home *** CD-ROM | disk | FTP | other *** search
- Path: badger.wmin.ac.uk!darec
- From: darec@westminster.ac.uk (Nadarajah Thavaneethan)
- Newsgroups: comp.lang.c
- Subject: Please help me
- Date: 11 Mar 1996 13:22:50 GMT
- Organization: University of Westminster
- Message-ID: <4i19fa$kvu@badger.wmin.ac.uk>
- NNTP-Posting-Host: badger.wmin.ac.uk
- X-Newsreader: TIN [version 1.2 PL2]
-
- Hi there anyone know how to write a C program to read a directory and
- then for each filename in the directory use the stat system call to
- obtain the i-node and print the infomation in the form of a long listing.
-
-
- The program should read the directory name from the keyboard.Then open
- the directory. Read each entry in turn and obtain the i-node using stat.
-
-
- Thanks in Advance
- My Email : darec@westminster.ac.uk
-
-
-